Fixing VIM to allow smart match finding using the percent key
Edited the file /usr/share/vim/vim70/syntax/smarty.vim Added the following code: ” HTML: thanks to Johannes Zellner and Benji Fisher. if exists(“loaded_matchit”) let b:match_ignorecase = 1 let b:match_skip = ‘s:Comment’ let b:match_words = ‘,’ . \ ‘]*\%(>\|$\):\|$\):\|$\):
Copy and paste this URL into your WordPress site to embed
Copy and paste this code into your site to embed